home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / H.HLP < prev    next >
Text File  |  1989-11-23  |  760b  |  20 lines

  1.  
  2.  
  3.              PATTERN SEARCH Command
  4.  
  5.     The PATTERN SEARCH command is used to find all the occurrences
  6. of a byte, word, or long word in a block of M68332 memory.
  7.  
  8.     Upon invocation, this command requests a starting and ending
  9. address for the block of memory to be searched. You must enter a
  10. valid hex-decimal number to both requests. Further, the ending
  11. address must be numerically larger than the beginning address. You
  12. are next asked for the pattern that constitutes the search key.
  13. This must be a valid hex-decimal number of byte, word, or long word
  14. size. The block of memory is then read and each byte, word, or long
  15. word is compared to the search key. Each match causes the memory
  16. address at which the match was found to be displayed.
  17.  
  18. %END
  19.  
  20.